2
■■■
Transcribing lectures using Whisper.md
 
Useful options:
 
* `--offset-t` and maybe `--duration` to specify the start and end. Helpful to synchronise timestamps?
* `--print-colors` to show confidence level?
* `--print-colors` to show confidence level? Hmm, really designed for dark theme
* `--tinydiarize` to identify speaker changes? (requires a `tdrz` model). Unclear how this related to `--diarize``.
 
```sh
whisper-cpp --model ~/Library/Application\ Support/github.com.thewh1teagle.vibe/ggml-medium.en.bin --language en --output-vtt --max-len 150 --prompt "<prompt>" <input file>